.outerwrap.testimonialslider-module {
    position: relative;
    background-image: url("/Data/Sites/1/SuperFlexi/Solutions/Testimonial Slider/resources/testimonial-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0;
    min-height: 580px;
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
}

.testimonials-slider {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.testimonial-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    padding: 70px 10px 40px;
    height: 100%;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    position: relative;
    min-height: 330px;
}

.testimonial-slide {
    color: #fff;
}

.testimonialslider-module .modulelinks a {
    color: #fff;
}

.testimonial-slider__overlay {
    position: absolute;
    background: rgba(106, 175, 8, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.testimonialslider-module__title.moduletitle {
    color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 36px;
}

.testimonialslider-module__title.moduletitle:after {
    content: "";
    background: rgba(255,255,255,0.6);
    height: 3px;
    width: 70px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 15px;
    margin-bottom: 20px;
}

.testimonial-slide .ModuleEditLink.flexi-item-edit {
    color: #fff;
}

.testimonial-author-name:before {
    content: "-";
    padding-right: 10px;
}

@media only screen and (min-width: 576px) {
    .testimonials-slider {
        max-width: 540px;
    }
}

@media only screen and (min-width: 600px) {
    .testimonial-text {
        line-height: 38px;
        padding-top: 80px;
    }
}

@media only screen and (min-width: 768px) {
    .testimonials-slider {
        max-width: 720px;
    }

    .testimonial-text {
        font-size: 24px;
        line-height: 42px;
        padding-top: 90px;
    }
}

@media only screen and (min-width: 922px) {
    .testimonials-slider {
        max-width: 960px;
    }
}

@media only screen and (min-width: 1200px) {
    .testimonials-slider {
        max-width: 1140px;
    }
}